www.gusucode.com > ROCKOA PHP协同办公OA办公系统 v2.0PHP源码程序 > ROCKOA PHP协同办公OA办公系统 v2.0/rockoa_v2.0/rockoa_v2.0/webrock/flow/applylist/ext_applylist_suppleascript.js

    var panel= {
	xtype:'rockflowgrid',opentype:params.opentype,flownum:'supplea',
	tablename:'supplea',defaultorder:'id desc',
	columns:[{
		xtype: 'rownumberer',
		width: 40
	},{
		text:'姓名',dataIndex:'name',width:90,search:true
	},{
		text:'部门',dataIndex:'deptname',width:100,search:true,autowidth:true
	},{
		text:'申请时间',dataIndex:'optdt',width:160,search:true,atype:'date'
	},{
		text:'申请物品',dataIndex:'aname',width:120,search:true,sortable:true
	},{
		text:'申请数量',dataIndex:'total',width:80
	},{
		text:'状态',dataIndex:'status'
	},{
		text:'说明',align:'left',dataIndex:'explain',flex:1,sortable:false,search:true
	}]
};

return {
	panel:panel,
	tabson:{
		show:function(){
			rock[index].isReload();
		}
	}
};